Docuvieware object session identifier.

In This Topic
GdPicture14.WEB Namespace / DocuViewareControllerActionsHandler Class / twainservicesetupdownload Method / twainservicesetupdownload(String,HttpStatusCode,Byte[],String,String,String) Method

twainservicesetupdownload(String,HttpStatusCode,Byte[],String,String,String) Method

In This Topic
Twain service setup download.
Syntax
'Declaration
 
Public Overloads Shared Sub twainservicesetupdownload( _
   ByVal sessionID As String, _
   ByRef statusCode As HttpStatusCode, _
   ByRef content() As Byte, _
   ByRef contentType As String, _
   ByRef fileName As String, _
   ByRef reasonPhrase As String _
) 
public static void twainservicesetupdownload( 
   string sessionID,
   out HttpStatusCode statusCode,
   out byte[] content,
   out string contentType,
   out string fileName,
   out string reasonPhrase
)

Parameters

sessionID
Docuvieware object session identifier.
statusCode
content
contentType
fileName
reasonPhrase

Return Value

A HttpResponseMessage object. In case of success the content part of the response includes the twain service setup.
See Also